Skip to content

feat: add money order feature for Davis lesson 17 with better organized code and all test passing#617

Closed
DavisD251 wants to merge 5 commits intocode-differently:mainfrom
DavisD251:Work17
Closed

feat: add money order feature for Davis lesson 17 with better organized code and all test passing#617
DavisD251 wants to merge 5 commits intocode-differently:mainfrom
DavisD251:Work17

Conversation

@DavisD251
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

@VicenteVigueras VicenteVigueras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job on this. I noticed the SourceAccount and TargetAccount classes, it's interesting that you created them, but I didn't see them being used or integrated elsewhere in the code. So consider that if you ever re-visit this assignment.

/** Represents a account. */
abstract class BankAccount {

protected static Set<Customer> owners = null;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line looks off, this member variable shouldn't be static and should not be set to null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants